Search for %s
| Title | Object type | File name | Summary |
|---|---|---|---|
| $base_path | global | external_documentation/ |
The base path of the Drupal installation. |
| $base_root | global | external_documentation/ |
The root URL of the host, excluding the path. |
| $base_theme_info | global | external_documentation/ |
An array of objects that represent the base theme. |
| $base_url | global | external_documentation/ |
The base URL of the Drupal installation. |
| $databases | global | external_documentation/ |
Array of database connections. |
| $drupal_test_info | global | modules/ |
Global variable that holds information about the tests being run. |
| $forum_topic_list_header | global | external_documentation/ |
An array of forum topic header information. |
| $installed_profile | global | external_documentation/ |
The name of the profile that has just been installed. |
| $is_https | global | external_documentation/ |
Boolean indicating whether or not the current request is secured by HTTPS. |
| $items | global | external_documentation/ |
Array of items used by aggregator. |
| $pager_limits | global | external_documentation/ |
Array of the number of items per page for each pager. |
| $pager_total_items | global | external_documentation/ |
Array of the total number of items for each pager. |
| $timers | global | external_documentation/ |
Timers that have been created by timer_start(). |
| $update_free_access | global | external_documentation/ |
Allows the update.php script to be run when not logged in as administrator. |
| $user | global | external_documentation/ |
An object representing the user currently visiting the site. |
| aaa_update_test.info | file | modules/ |
name = AAA Update test description = Support module for update module testing. package = Testing core = 7.x hidden = TRUE |
| aaa_update_test.module | file | modules/ |
Dummy module for testing Update status. |
| AccessDeniedTestCase | class | modules/ |
Tests custom access denied functionality. |
| AccessDeniedTestCase::$admin_user | property | modules/ |
|
| AccessDeniedTestCase::getInfo | function | modules/ |
|
| AccessDeniedTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| AccessDeniedTestCase::testAccessDenied | function | modules/ |
|
| ActionLoopTestCase | class | modules/ |
Test actions executing in a potential loop, and make sure they abort properly. |
| ActionLoopTestCase::getInfo | function | modules/ |
|
| ActionLoopTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| ActionLoopTestCase::testActionLoop | function | modules/ |
Set up a loop with 3 - 12 recursions, and see if it aborts properly. |
| ActionLoopTestCase::triggerActions | function | modules/ |
Create an infinite loop by causing a watchdog message to be set, which causes the actions to be triggered again, up to actions_max_stack times. |
| Actions | group | includes/ |
Functions that perform an action on a certain system object. |
| actions.inc | file | includes/ |
This is the actions engine for executing stored actions. |
| actions.test | file | modules/ |
|
| ActionsConfigurationTestCase | class | modules/ |
|
| ActionsConfigurationTestCase::getInfo | function | modules/ |
|
| ActionsConfigurationTestCase::testActionConfiguration | function | modules/ |
Test the configuration of advanced actions through the administration interface. |
| actions_actions_map | function | includes/ |
Creates an associative array keyed by hashes of function names or IDs. |
| actions_delete | function | includes/ |
Deletes a single action from the database. |
| actions_do | function | includes/ |
Performs a given list of actions by executing their callback functions. |
| actions_function_lookup | function | includes/ |
Returns an action array key (function or ID), given its hash. |
| actions_get_all_actions | function | includes/ |
Retrieves all action instances from the database. |
| actions_list | function | includes/ |
Discovers all available actions by invoking hook_action_info(). |
| actions_load | function | includes/ |
Retrieves a single action from the database. |
| actions_loop_test.info | file | modules/ |
name = Actions loop test description = Support module for action loop testing. package = Testing version = VERSION core = 7.x hidden = TRUE |
| actions_loop_test.install | file | modules/ |
|
| actions_loop_test.module | file | modules/ |
|
| actions_loop_test_action_info | function | modules/ |
Implements hook_action_info(). |
| actions_loop_test_init | function | modules/ |
Implements hook_init(). |
| actions_loop_test_install | function | modules/ |
Implements hook_install(). |
| actions_loop_test_log | function | modules/ |
Write a message to the log. |
| actions_loop_test_trigger_info | function | modules/ |
Implements hook_trigger_info(). |
| actions_loop_test_watchdog | function | modules/ |
Implements hook_watchdog(). |
| actions_save | function | includes/ |
Saves an action and its user-supplied parameter values to the database. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.